home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue60 / COMThrd / MultipleSTAClientForm.dfm / MultipleSTAClientForm.txt
Encoding:
Text File  |  2000-06-07  |  1.5 KB  |  80 lines

  1. object Form2: TForm2
  2.   Left = 206
  3.   Top = 107
  4.   Width = 155
  5.   Height = 201
  6.   Caption = 'COM client'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object CheckBox1: TCheckBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 97
  20.     Height = 17
  21.     Caption = 'Object 1 is alive'
  22.     TabOrder = 0
  23.     OnClick = CheckBoxClick
  24.   end
  25.   object CheckBox2: TCheckBox
  26.     Left = 8
  27.     Top = 32
  28.     Width = 97
  29.     Height = 17
  30.     Caption = 'Object 2 is alive'
  31.     TabOrder = 1
  32.     OnClick = CheckBoxClick
  33.   end
  34.   object CheckBox3: TCheckBox
  35.     Left = 8
  36.     Top = 56
  37.     Width = 97
  38.     Height = 17
  39.     Caption = 'Object 3 is alive'
  40.     TabOrder = 2
  41.     OnClick = CheckBoxClick
  42.   end
  43.   object CheckBox4: TCheckBox
  44.     Left = 8
  45.     Top = 80
  46.     Width = 97
  47.     Height = 17
  48.     Caption = 'Object 4 is alive'
  49.     TabOrder = 3
  50.     OnClick = CheckBoxClick
  51.   end
  52.   object CheckBox5: TCheckBox
  53.     Left = 8
  54.     Top = 104
  55.     Width = 97
  56.     Height = 17
  57.     Caption = 'Object 5 is alive'
  58.     TabOrder = 4
  59.     OnClick = CheckBoxClick
  60.   end
  61.   object CheckBox6: TCheckBox
  62.     Left = 8
  63.     Top = 128
  64.     Width = 97
  65.     Height = 17
  66.     Caption = 'Object 6 is alive'
  67.     TabOrder = 5
  68.     OnClick = CheckBoxClick
  69.   end
  70.   object CheckBox7: TCheckBox
  71.     Left = 8
  72.     Top = 152
  73.     Width = 97
  74.     Height = 17
  75.     Caption = 'Object 7 is alive'
  76.     TabOrder = 6
  77.     OnClick = CheckBoxClick
  78.   end
  79. end
  80.